home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / utility / s3fix.exe / readmefx.txt < prev   
Text File  |  1996-12-04  |  6KB  |  128 lines

  1. (Word Version, Identical to README.TXT)
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. Running a Voodoo Based card with 
  9. an S3 968/868 2D Card
  10. December 4, 1996
  11.  
  12. Attachments: DETECT.EXE,  FXREMAP.EXE, DOS4GW.EXE, PASS.EXE
  13. Rev 1.0
  14.  
  15.  
  16. Overview
  17. Users that have a S3 968/868 based 2D video card may experience system lock ups or 
  18. erratic behavior once DirectX is installed on their system. The S3 968 and 868 have
  19. a chipset flaw which prior to DirectX shipping wasn't noticeable. DirectX uses a
  20. mapped memory driver for S3 based cards, whereas the Windows 95 default drivers for
  21. S3 cards do not use Mapped Memory.
  22.  
  23. When your system powers on, the first device that gets resources normally is the
  24. Video Card.  Lets say that the S3 card gets F0000000 - F1FFFFFF and then the Voodoo
  25. card gets F2000000-F2FFFFFF.  In theory this is fine, however the S3 968 and 868
  26. chips report they need 32 Mbytes of memory, in reality they actually decode 64MB of
  27. physical memory.  So it really takes F0000000 - F2FFFFFF and the system and BIOS
  28. have no way to know this.   Since the original S3 drivers for Windows 95 did not
  29. use mapped memory, any data the Voodoo card used in this region was intact.   
  30. However, since the DirectX driver uses mapped memory, the Voodoo card will write to
  31. it's own memory region, not knowing that the memory region is being used by the S3
  32. 968/868 card, this is why the system locks when any D3D or Voodoo title is run in 
  33. Windows 95.  Voodoo titles run under DOS will work fine since no mapped memory driver
  34. is being used by the S3 968/868 card in DOS.
  35.  
  36.  
  37. Workaround
  38. Currently, there are several methods to workaround the S3 968/868 Problem.
  39.  
  40. Method 1 is the most ideal and will provide a quick way to get the system up and
  41. running, however it may not work with all BIOS's.  Method 2 will work with most
  42. systems, but does require FXREMAP.EXE to be run at boot.  Method 3 will allow the 
  43. Voodoo card to work, however the S3 driver will have no DirectDraw capabilities -
  44. that is, DirectDraw 2D titles will run but graphics performance will suffer on the
  45. S3 card.
  46.  
  47.  
  48. Method 1 - Memory Address reassignment in Windows 95 Device Manager
  49.     
  50. This Method uses Device Manager to adjust the Memory range provided to the Voodoo 
  51. Card.  This method requires a BIOS that supports Device Manager as a PCI resource 
  52. control.  Presently, most AMI and Phoenix BIOS systems support this.  Method 2 should 
  53. be used by those who have an Award BIOS.
  54.  
  55. 1)  Install the Voodoo Based Card
  56. 2)  Install the drivers provided with the card (3Dfx Drivers and DirectX Drivers)
  57. 3)  Restart Windows 95 if any programs have been run since boot.
  58. 4)  Copy the attached four files (DETECT.EXE, FXREMAP.EXE...etc...) to your \WINDOWS directory.
  59. 5)  Open Device Manager (Click Start on Taskbar, Choose Settings, Control Panel, Double-click on System and click on the Device Manager Tab.)
  60. 6)  Open the tree that the Voodoo card resides in: Normally Multimedia or Other Devices.
  61. 7)  Once listed on the screen, Double Click on the Voodoo based Card.
  62. 8)  Click on the Resources Tab.
  63. 9)  Remove the Automatic Setting Checkbox.
  64. 10)  Double Click on the Memory Range Selection, write down this address.
  65. 11)  Move the Memory Range to a higher area not used by other devices, you may wish to try 12000000 since it is free on most systems.   Also write down this new address.
  66. 12)  Click OK to choose the new setting.
  67. 13)  Click OK to close the Voodoo Card Properties
  68. 14)  Click OK to close Device manager.
  69. 15)  Reboot the system when prompted.
  70. 16)  After Windows 95 Restarts, using Explorer, switch to your \WINDOWS directory.
  71. 17)  Double Click on DETECT (.EXE) (copied from step 3) and verify that the 3Dfx Card is at that range, e.g.: If you set the card to 12000000 it will be listed as 0x12000008
  72.  
  73. If the memory range listed in DETECT.EXE is the old memory range, this method is not supported by your BIOS, try Method 2.
  74.  
  75. If the listed range is correct, then try to run a Direct3D application.  If the system still hangs or erratic video appears, repeat the steps above, however try a different memory range or use Method 2.
  76.  
  77.  
  78.  
  79. Method 2 - Memory Address reassignment using FXREMAP.EXE
  80.     
  81. This Method sets the registers on the Voodoo card to use a specific Memory Range. 
  82. The changes made to the card are reset each time the system is booted, so it is advisable 
  83. to put FXREMAP.EXE into your AUTOEXEC.BAT file
  84.  
  85. 1)  Install the Voodoo Based Card
  86. 2)  Install the drivers provided with the card (3Dfx Drivers and DirectX Drivers)
  87. 3)  Restart Windows 95 if any programs have been run since boot, especially DirectX Programs!
  88. 4)  Copy the attached four files (DETECT.EXE, FXREMAP.EXE...etc...) to your \WINDOWS directory.
  89. 5)  Using Notepad, Open your AUTOEXEC.BAT file and add the following to the beginning of the file:
  90.  
  91.             C:
  92.             CD\WINDOWS
  93.             FXREMAP
  94.  
  95. 6)  Save the AUTOEXEC.BAT file and restart your system
  96.  
  97. The memory range for the 3Dfx card should not conflict with the S3 968/868 chipset. 
  98. If the 3Dfx Memory Range shown in DETECT.EXE is not correct, then verify that steps
  99. 11 through 26 were completed correctly.
  100.  
  101.  
  102. Method 3 - Use Default Windows 95 S3 968/868 Driver
  103.     
  104. This method replaces the DirectX S3 Driver with the driver Windows 95 used prior to 
  105. DirectX being installed.  These steps must be run each time DirectX Setup is run from a 
  106. newly installed DirectX application.
  107.  
  108. 1)  Install the Voodoo Based Card
  109. 2)  Install the drivers provided with the card (3Dfx Drivers and DirectX Drivers)
  110. 3)  Close all applications.
  111. 4)  Right Click on the Desktop, and choose Properties.
  112. 5)  Click on the Settings tab.
  113. 6)  Click Change Display Type
  114. 7)  In the "Change Display Type" dialog box, under Adapter Type, click Change.
  115. 8)  From the Select Device list, choose S3 968 and click OK.
  116. 9)  Follow any on screen instructions, when the driver is replaced you will be returned to the Display Properties Screen, click OK
  117. 10)  Restart the System when prompted and run any Direct3D or Voodoo title.
  118.  
  119.  
  120. Additional Files
  121.  
  122. PASS.EXE - This Windows 95 program will switch the display from the pass through to your
  123. 2D card.  You may wish to put a shortcut to PASS.EXE on the start button and name the
  124. shortcut with a letter not on the Start menu, ie: Zpass.  Then if you need to revert from
  125. the Voodoo card to your 2D card you can press the Windows key (or Ctrl ESC) and Z.
  126.  
  127.  
  128.